Fix Visual Studio Build Since a080cb4
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:24:36 +0000 (23:24 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:24:36 +0000 (23:24 +0800)
commitac62479c9ecceda406b110f0623ac6f031c352af
tree45572cb7ba42b1d6aad2964101f564002872e05c
parenta080cb40b90e9893fd9dd0c47367808744c17e22
Fix Visual Studio Build Since a080cb4

The patch did not check for Visual Studio 2008 correctly, plus it
would break the build on later Visual Studio versions, as it should
be __popcnt(), not __popcount().  Fix that.
gtk/gtkcssselector.c